css: Introduce GtkCssComputedValues
authorBenjamin Otte <otte@redhat.com>
Wed, 11 Jan 2012 02:59:17 +0000 (03:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 11 Jan 2012 14:48:54 +0000 (15:48 +0100)
commit6962b49a99eadc7f4266d13f66fca8611802fe09
tree435f3cbbde090bd4c4e4575fdd3d6a14a4b56422
parent694a9114af0fa1a5c9a59a34f30ac7f96c6c7e67
css: Introduce GtkCssComputedValues

To be used for storing computed values. Is the replacement for
GtkStyleProperties, which is now legacy code.
gtk/Makefile.am
gtk/gtkcsscomputedvalues.c [new file with mode: 0644]
gtk/gtkcsscomputedvaluesprivate.h [new file with mode: 0644]
gtk/gtkcsslookup.c
gtk/gtkcsslookupprivate.h
gtk/gtkstylecontext.c